home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
quartz
/
quartz10.lha
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-05-16
|
678b
|
37 lines
all:
cd src/munge; make
cd src/runtime; make
cd src/presto; make
cd src/quartz; make
cd FTexample; make
cd Pexample; make
links:
./genlinks
cleanlinks:
rm -f src/runtime/util.c
rm -f src/quartz/util.c
rm -f src/munge/util.c
rm -f src/runtime/*/*.c
rm -f src/runtime/*/*.h
rm -f src/runtime/*/*.s
rm -f src/runtime/*/Makefile
rm -f src/presto/*/*.s
rm -f src/presto/*/*.h
rm -f src/presto/*/*.c
rm -f src/presto/*/Makefile
clean:
cd src/munge; make clean
cd src/runtime; make clean
cd src/presto; make clean
cd src/quartz; make clean
cd FTexample; make clean
cd Pexample; make clean
rm -f bin/munge
rm -f lib/*.o
rm -f lib/*.a
rm -f lib/*.ln